_ Partial Class FGalaxyForm1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.ButtonStart = New System.Windows.Forms.Button() Me.ButtonEnd = New System.Windows.Forms.Button() Me.Lpicture = New System.Windows.Forms.Label() Me.TBpicture = New System.Windows.Forms.TextBox() Me.TBsize = New System.Windows.Forms.TextBox() Me.Lsize = New System.Windows.Forms.Label() Me.TBamplification = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.TBcmax2 = New System.Windows.Forms.TextBox() Me.TBcmax1 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TByp1 = New System.Windows.Forms.TextBox() Me.TBxp1 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.TByp2 = New System.Windows.Forms.TextBox() Me.TBxp2 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TBxcenter = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TBycenter = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TBfilename = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.TBdirname = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'ButtonStart ' Me.ButtonStart.Location = New System.Drawing.Point(24, 12) Me.ButtonStart.Name = "ButtonStart" Me.ButtonStart.Size = New System.Drawing.Size(93, 31) Me.ButtonStart.TabIndex = 0 Me.ButtonStart.Text = "Start" Me.ButtonStart.UseVisualStyleBackColor = True ' 'ButtonEnd ' Me.ButtonEnd.Location = New System.Drawing.Point(141, 12) Me.ButtonEnd.Name = "ButtonEnd" Me.ButtonEnd.Size = New System.Drawing.Size(63, 31) Me.ButtonEnd.TabIndex = 1 Me.ButtonEnd.Text = "End" Me.ButtonEnd.UseVisualStyleBackColor = True ' 'Lpicture ' Me.Lpicture.AutoSize = True Me.Lpicture.Location = New System.Drawing.Point(28, 58) Me.Lpicture.Name = "Lpicture" Me.Lpicture.Size = New System.Drawing.Size(40, 13) Me.Lpicture.TabIndex = 2 Me.Lpicture.Text = "Picture" ' 'TBpicture ' Me.TBpicture.Location = New System.Drawing.Point(85, 57) Me.TBpicture.Name = "TBpicture" Me.TBpicture.Size = New System.Drawing.Size(31, 20) Me.TBpicture.TabIndex = 3 Me.TBpicture.Text = "0" ' 'TBsize ' Me.TBsize.Location = New System.Drawing.Point(155, 55) Me.TBsize.Name = "TBsize" Me.TBsize.Size = New System.Drawing.Size(55, 20) Me.TBsize.TabIndex = 5 Me.TBsize.Text = "500" ' 'Lsize ' Me.Lsize.AutoSize = True Me.Lsize.Location = New System.Drawing.Point(122, 58) Me.Lsize.Name = "Lsize" Me.Lsize.Size = New System.Drawing.Size(27, 13) Me.Lsize.TabIndex = 4 Me.Lsize.Text = "Size" ' 'TBamplification ' Me.TBamplification.Location = New System.Drawing.Point(86, 83) Me.TBamplification.Name = "TBamplification" Me.TBamplification.Size = New System.Drawing.Size(76, 20) Me.TBamplification.TabIndex = 7 Me.TBamplification.Text = "1" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(2, 86) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(66, 13) Me.Label1.TabIndex = 6 Me.Label1.Text = "Amplification" ' 'TBcmax2 ' Me.TBcmax2.Location = New System.Drawing.Point(155, 109) Me.TBcmax2.Name = "TBcmax2" Me.TBcmax2.Size = New System.Drawing.Size(55, 20) Me.TBcmax2.TabIndex = 11 Me.TBcmax2.Text = "0" ' 'TBcmax1 ' Me.TBcmax1.Location = New System.Drawing.Point(86, 109) Me.TBcmax1.Name = "TBcmax1" Me.TBcmax1.Size = New System.Drawing.Size(31, 20) Me.TBcmax1.TabIndex = 9 Me.TBcmax1.Text = "0" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(2, 116) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(66, 13) Me.Label3.TabIndex = 8 Me.Label3.Text = "Counter max" ' 'TByp1 ' Me.TByp1.Location = New System.Drawing.Point(155, 135) Me.TByp1.Name = "TByp1" Me.TByp1.Size = New System.Drawing.Size(55, 20) Me.TByp1.TabIndex = 15 Me.TByp1.Text = "0" ' 'TBxp1 ' Me.TBxp1.Location = New System.Drawing.Point(86, 135) Me.TBxp1.Name = "TBxp1" Me.TBxp1.Size = New System.Drawing.Size(31, 20) Me.TBxp1.TabIndex = 13 Me.TBxp1.Text = "0" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(28, 141) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(43, 13) Me.Label5.TabIndex = 12 Me.Label5.Text = "Top left" ' 'TByp2 ' Me.TByp2.Location = New System.Drawing.Point(155, 164) Me.TByp2.Name = "TByp2" Me.TByp2.Size = New System.Drawing.Size(55, 20) Me.TByp2.TabIndex = 19 Me.TByp2.Text = "1" ' 'TBxp2 ' Me.TBxp2.Location = New System.Drawing.Point(85, 164) Me.TBxp2.Name = "TBxp2" Me.TBxp2.Size = New System.Drawing.Size(31, 20) Me.TBxp2.TabIndex = 17 Me.TBxp2.Text = "1" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(0, 171) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(68, 13) Me.Label7.TabIndex = 16 Me.Label7.Text = "Bottom Right" ' 'TBxcenter ' Me.TBxcenter.Location = New System.Drawing.Point(85, 199) Me.TBxcenter.Name = "TBxcenter" Me.TBxcenter.Size = New System.Drawing.Size(76, 20) Me.TBxcenter.TabIndex = 21 Me.TBxcenter.Text = "1" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(2, 199) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(45, 13) Me.Label2.TabIndex = 20 Me.Label2.Text = "x centre" ' 'TBycenter ' Me.TBycenter.Location = New System.Drawing.Point(85, 222) Me.TBycenter.Name = "TBycenter" Me.TBycenter.Size = New System.Drawing.Size(76, 20) Me.TBycenter.TabIndex = 23 Me.TBycenter.Text = "1" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(2, 225) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(45, 13) Me.Label4.TabIndex = 22 Me.Label4.Text = "y center" ' 'TBfilename ' Me.TBfilename.Location = New System.Drawing.Point(85, 246) Me.TBfilename.Name = "TBfilename" Me.TBfilename.Size = New System.Drawing.Size(76, 20) Me.TBfilename.TabIndex = 25 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(5, 249) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(52, 13) Me.Label6.TabIndex = 24 Me.Label6.Text = "File name" ' 'TBdirname ' Me.TBdirname.Location = New System.Drawing.Point(85, 271) Me.TBdirname.Name = "TBdirname" Me.TBdirname.Size = New System.Drawing.Size(125, 20) Me.TBdirname.TabIndex = 27 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(5, 274) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(49, 13) Me.Label8.TabIndex = 26 Me.Label8.Text = "Dir name" ' 'FGalaxyForm1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(222, 245) Me.Controls.Add(Me.TBdirname) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.TBfilename) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TBycenter) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TBxcenter) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.TByp2) Me.Controls.Add(Me.TBxp2) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.TByp1) Me.Controls.Add(Me.TBxp1) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TBcmax2) Me.Controls.Add(Me.TBcmax1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TBamplification) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TBsize) Me.Controls.Add(Me.Lsize) Me.Controls.Add(Me.TBpicture) Me.Controls.Add(Me.Lpicture) Me.Controls.Add(Me.ButtonEnd) Me.Controls.Add(Me.ButtonStart) Me.Name = "FGalaxyForm1" Me.Text = "Control Form" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ButtonStart As System.Windows.Forms.Button Friend WithEvents ButtonEnd As System.Windows.Forms.Button Friend WithEvents Lpicture As System.Windows.Forms.Label Friend WithEvents TBpicture As System.Windows.Forms.TextBox Friend WithEvents TBsize As System.Windows.Forms.TextBox Friend WithEvents Lsize As System.Windows.Forms.Label Friend WithEvents TBamplification As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TBcmax2 As System.Windows.Forms.TextBox Friend WithEvents TBcmax1 As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents TByp1 As System.Windows.Forms.TextBox Friend WithEvents TBxp1 As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents TByp2 As System.Windows.Forms.TextBox Friend WithEvents TBxp2 As System.Windows.Forms.TextBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents TBxcenter As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TBycenter As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TBfilename As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents TBdirname As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label End Class